# Core Pythia dependencies
pythia>=0.1.0

# RabbitMQ support
aio-pika>=9.0.0

# Configuration and validation
{% if cookiecutter.use_pydantic == "yes" %}pydantic>=2.0.0
pydantic-settings>=2.0.0{% endif %}

# Logging
loguru>=0.7.0

# Development dependencies (optional)
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# black>=23.0.0
# ruff>=0.1.0
